Skip to content

Conversation

@sajith-subramanian
Copy link
Contributor

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the maven dependencies of this project.

Snyk changed the following file(s):

  • sdkmanager/pom.xml

Vulnerabilities that will be fixed with an upgrade:

Issue Score Upgrade
low severity External Initialization of Trusted Variables or Data Stores
SNYK-JAVA-CHQOSLOGBACK-15062482
  73   ch.qos.logback:logback-classic:
1.4.12 -> 1.5.25
No Path Found No Known Exploit

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.

Copilot AI review requested due to automatic review settings January 23, 2026 12:21
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR upgrades the logback-classic dependency from version 1.4.12 to 1.5.25 to address a security vulnerability (SNYK-JAVA-CHQOSLOGBACK-15062482) related to external initialization of trusted variables or data stores.

Changes:

  • Updated logback-classic from 1.4.12 to 1.5.25 to fix a security vulnerability with a severity score of 73

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@sajith-subramanian
Copy link
Contributor Author

Merge Risk: High

This upgrade to Logback 1.5.x contains significant breaking changes, despite being a minor version update.

Highlights:

  • DBAppender Breaking Change: The database schema for DBAppender has changed. Four new columns (arg0, arg1, arg2, arg3) are now required. Existing tables must be manually altered to support this.
  • JaninoEventEvaluator Removed: This component has been removed to address a security vulnerability. Configurations using it for filtering will break and must be migrated to custom evaluators.

Source: Logback News
Recommendation: Before merging, verify if your configuration uses DBAppender or JaninoEventEvaluator. If so, you must perform the required database schema or configuration migrations.

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants